home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Resources / Compatibility.scriptSuite < prev    next >
Text File  |  2005-10-24  |  3KB  |  106 lines

  1. {
  2.     Name = "Compatibility";
  3.     AppleEventCode = "WWW!";
  4.  
  5.     Commands = {
  6.         
  7.         /* The ParseAnchor command as described in the Spyglass "Software Development Interface" */
  8.         
  9.         ParseURL = {
  10.             CommandClass = "OWParseURLSpyglassScriptCommand";
  11.             Type = "NSString";
  12.             ResultAppleEventCode = "utxt";
  13.             AppleEventClassCode = "WWW!";
  14.             AppleEventCode = "PRSA";
  15.             Arguments = {
  16.                 base = {
  17.                     Type = "NSString";
  18.                     AppleEventCode = "RELA";
  19.                     Optional = YES;
  20.                 };
  21.             };
  22.         };
  23.         GetWindowInfo = {
  24.             CommandClass = "OWGetWindowInfoSpyglassScriptCommand";
  25.             Type = "NSArray";
  26.             ResultAppleEventCode = "list";
  27.             AppleEventClassCode = "WWW!";
  28.             AppleEventCode = "WNFO";
  29.         };
  30.         ListWindows = {
  31.             CommandClass = "OWListWindowsSpyglassScriptCommand";
  32.             Type = "NSArray";
  33.             ResultAppleEventCode = "list";
  34.             AppleEventClassCode = "WWW!";
  35.             AppleEventCode = "LSTW";
  36.         };
  37.         
  38.         OpenURL = {
  39.             CommandClass = "OWGetURLScriptCommand";
  40.             Type = "NSNumber";
  41.             ResultAppleEventCode = "long";
  42.             AppleEventClassCode = "WWW!";
  43.             AppleEventCode = "OURL";
  44.             Arguments = {
  45.                 intoFile = {
  46.                     Type = NSString;
  47.                     AppleEventCode = "INTO";
  48.                     Optional = YES;
  49.                 };
  50.                 intoWindow = {
  51.                     Type = NSNumber;
  52.                     AppleEventCode = "WIND";
  53.                     Optional = YES;
  54.                 };
  55.                 formData = {
  56.                     Type = NSString;
  57.                     AppleEventCode = "POST";
  58.                     Optional = YES;
  59.                 };
  60.                 postMIMEType = {
  61.                     Type = NSString;
  62.                     AppleEventCode = "MIME";
  63.                     Optional = YES;
  64.                 };
  65.             };
  66.         };
  67.         
  68.         /*
  69.         ShowFile = {
  70.             CommandClass = "OWShowFileSpyglassScriptCommand";
  71.             Type = "NSNumber";
  72.             ResultAppleEventCode = "long";
  73.             AppleEventClassCode = "WWW!";
  74.             AppleEventCode = "SHWF";
  75.             Arguments = {
  76.                 file = {
  77.                     Type = "NSAppleEventDescriptor";
  78.                     AppleEventCode = "----";
  79.                     Optional = NO;
  80.                 };
  81.                 MIMEType = {
  82.                     Type = NSString;
  83.                     AppleEventCode = "MIME";
  84.                     Optional = NO;
  85.                 };
  86.                 intoWindow = {
  87.                     Type = NSNumber;
  88.                     AppleEventCode = "WIND";
  89.                     Optional = YES;
  90.                 };
  91.                 asURL = {
  92.                     Type = NSString;
  93.                     AppleEventCode = "POST";
  94.                     Optional = YES;
  95.                 };
  96.             };
  97.         };
  98. */
  99.         
  100.     };
  101.     
  102.     Classes = { };
  103.     Synonyms = { };
  104.     Enumerations = { };
  105. }
  106.